* frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2011 23:32:38 +0000 (16:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2011 23:32:38 +0000 (16:32 -0700)
commitfb105e4c184e2aa9a6a11ed5b19f6011241be047
treee0fd450c7c1d7efb99e6b4d6531fd8d419eb436d
parentd22a1a9699cbeba51d0606d4c391e41176be7362
* frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right

here, since it parses constructs like leading '-' and spaces,
which are not wanted; and it overflows with large numbers.
Instead, simply match F[0-9]+, which is what is wanted anyway.
src/ChangeLog
src/frame.c